mx6sx: udoo_neo: Define the default serial console
authorPeter Robinson <[email protected]>
Tue, 14 Feb 2017 13:10:10 +0000 (13:10 +0000)
committerStefano Babic <[email protected]>
Sun, 19 Feb 2017 15:19:26 +0000 (16:19 +0100)
Standard boot processes including distro boot generally expect the
default console to be defined.

Signed-off-by: Peter Robinson <[email protected]>
Tested-by: Breno Lima <[email protected]>
include/configs/udoo_neo.h

index 23a3685bcd556ece71e7bd41a886c09f5d815c74..5b46272edaaff6072a4c378afb38c1e85baa9985 100644 (file)
@@ -30,6 +30,7 @@
 /* Linux only */
 #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
 #define CONFIG_EXTRA_ENV_SETTINGS \
+       "console=ttymxc0,115200\0" \
        "fdt_high=0xffffffff\0" \
        "initrd_high=0xffffffff\0" \
        "fdtfile=undefined\0" \